home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 11 Exotic Applications / SC072.ZIP / SC_ARC.ZIP / STARZIP.DOC < prev    next >
Encoding:
Text File  |  1996-05-20  |  2.7 KB  |  78 lines

  1.  
  2.                          Star Zip by Joe Forster/STA
  3.  
  4.   This program was designed to zip and unzip  disk  images  using  the  ZipCode
  5. algorithm. Star Zip is an external utility of The Star Commander  but  is  also
  6. distributed separately.
  7.  
  8.  
  9.  
  10.   USAGE:
  11.  
  12.   STARZIP A <diskname> [-|/Ixxyy] [<zipname>]
  13.   STARZIP T <zipname>
  14.   STARZIP X <zipname> [<diskname>]
  15.  
  16.   Commands:
  17.   A: zip disk images into ZipCode archives (Add)
  18.   T: test the integrity of ZipCode archives (Test)
  19.   X: unzip ZipCode archives into disk images (eXtract)
  20.  
  21.   <diskname>:
  22.   Type the path and the name of the disk image  here  (the  extension  of  disk
  23. images is always '.D64'). If you leave this parameter blank when unzipping, the
  24. name of the disk image will be determined by stripping the first two characters
  25. off of the name of the ZipCode archive. You can use wildcards to  zip  multiple
  26. disk images.
  27.  
  28.   <zipname>:
  29.   Type the path and the base name of the ZipCode archive  here.  If  you  leave
  30. this parameter blank when zipping, the base name of the archives  will  be  the
  31. name of the original disk image. However, the name of the archives  looks  like
  32. this: '<number-of-part>!<base name>.<extension>'. The default but not mandatory
  33. extension for ZipCode archives is '.Z64'. You can  use  wildcards  to  test  or
  34. unzip multiple archives.
  35.  
  36.   Options:
  37.     Ixxyy: the second two bytes of the first ZipCode archive hold the header ID
  38.            of the original disk image. Since there is no block header  in  disk
  39.            images this field cannot be filled automatically. Its default  value
  40.            is the string '64' but you can change it by entering two hexadecimal
  41.            values as an argument of this option.
  42.  
  43.  
  44.  
  45.   ERROR MESSAGES:
  46.  
  47.   Unknown command
  48.     The command is unknown.
  49.   Invalid option
  50.     The option is unknown or the syntax of its argument is wrong.
  51.   FILENAME.EXT not found
  52.     The file does not exist.
  53.   Cannot create FILENAME.EXT
  54.     The file could not be created for some reason.
  55.   DISKNAME.D64 is not a valid disk image
  56.     The disk image is corrupted.
  57.   ZIPNAME.EXT is too big
  58.     The ZipCode archive is bigger than the maximum possible size.
  59.   Invalid track number...
  60.     An illegal track number was encountered in the ZipCode archive.
  61.   Invalid sector number...
  62.     An illegal sector number was encountered in the ZipCode archive.
  63.   Duplicate sector number...
  64.     The current sector was already encountered in the ZipCode archive.
  65.   Unexpected end of file...
  66.     The ZipCode archive has ended although more data is needed to complete  the
  67.     unzipping process.
  68.  
  69.  
  70.  
  71.   THE AUTHOR:
  72.  
  73.   You can contact me at the E-Mail address "sta@ludens.elte.hu".
  74.  
  75.  
  76.  
  77.   20th May, 1996                                Joe Forster/STA
  78.